Html Css Color HEX #CAE5F6 Pattens Blue

📋 copy color: '#CAE5F6'

red 202 ◦ green 229 ◦ blue 246

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

Shades of Pattens Blue #CAE5F6

Tints of Pattens Blue #CAE5F6

RGB

 RED value IS 202 (79.3% from 255) = 29.84%

 GREEN value IS 229 (89.84% from 255) = 33.83%

 BLUE value IS 246 (96.48% from 255) = 36.34%

R = 29.84%
G = 33.83%
B = 36.34%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAE5F6 (or 0xCAE5F6) is known color: Pattens Blue. HEX triplet: CA, E5 and F6. RGB value is (202,229,246). Sum of RGB (Red+Green+Blue) = 202+229+246=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5F6 is #351A09. Grayscale: #DEDEDE. Windows color (decimal): -3480074 or 16180682. OLE color: 16180682.

HSL color Cylindrical-coordinate representation of color #CAE5F6: hue angle of 203.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAE5F6 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 229 246 -
CMYK 0.18 0.07 0 0.04
HSL 203.18º 0.71% 0.88% -
HSV(B) 203.18º 0.18% 0.96% -
XYZ 69.01 75.25 98.08 -
YUV 222.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 202 229 246 0.18 0.07 0 0.04 203.18 0.71 0.88
Hex CA E5 F6 12 7 0 4 CB 47 58
Octal 312 345 366 22 7 0 4 313 107 130
Binary 11001010 11100101 11110110 10010 111 0 100 11001011 1000111 1011000

Color Harmonies of #CAE5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5F6

Black with #CAE5F6

Text Example


Text Example

White with #CAE5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5F6; }

 p { color: rgb(202,229,246); }

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

background-color css

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

 a { background-color: rgb(202,229,246); }

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

border-color css

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

 span { border-color: rgb(202,229,246); }

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