Html Css Color HEX #CBEAFD Pattens Blue

📋 copy color: '#CBEAFD'

red 203 ◦ green 234 ◦ blue 253

#CBEAFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CBEAFD

Tints of Pattens Blue #CBEAFD

RGB

 RED value IS 203 (79.69% from 255) = 29.42%

 GREEN value IS 234 (91.8% from 255) = 33.91%

 BLUE value IS 253 (99.22% from 255) = 36.67%

R = 29.42%
G = 33.91%
B = 36.67%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBEAFD (or 0xCBEAFD) is known color: Pattens Blue. HEX triplet: CB, EA and FD. RGB value is (203,234,253). Sum of RGB (Red+Green+Blue) = 203+234+253=690 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.42% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBEAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAFD is #341502. Grayscale: #E2E2E2. Windows color (decimal): -3413251 or 16640715. OLE color: 16640715.

HSL color Cylindrical-coordinate representation of color #CBEAFD: hue angle of 202.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEAFD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 234 253 -
CMYK 0.20 0.08 0 0.01
HSL 202.8º 0.93% 0.89% -
HSV(B) 202.8º 0.2% 0.99% -
XYZ 71.78 78.63 104.32 -
YUV 226.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 203 234 253 0.20 0.08 0 0.01 202.8 0.93 0.89
Hex CB EA FD 14 8 0 1 CB 5D 59
Octal 313 352 375 24 10 0 1 313 135 131
Binary 11001011 11101010 11111101 10100 1000 0 1 11001011 1011101 1011001

Color Harmonies of #CBEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAFD

Black with #CBEAFD

Text Example


Text Example

White with #CBEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAFD; }

 p { color: rgb(203,234,253); }

 H1.HeaderClassName
 {
   color: #CBEAFD;
 }
 .AnyTagClassName
 {
   color: #CBEAFD;
 }
</style>

background-color css

<style>
 a { background-color: #CBEAFD; }

 a { background-color: rgb(203,234,253); }

 div.DivClassName
 {
   background-color: #CBEAFD;
 }
 .BgClassName
 {
   background-color: #CBEAFD;
 }
</style>

border-color css

<style>
 span { border-color: #CBEAFD; }

 span { border-color: rgb(203,234,253); }

 td.TdClassName
 {
   border-color: #CBEAFD;
 }
 .TagClassName
 {
   border-color: #CBEAFD;
 }
</style>