Html Css Color HEX #CAE5F9 Pattens Blue

📋 copy color: '#CAE5F9'

red 202 ◦ green 229 ◦ blue 249

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

Shades of Pattens Blue #CAE5F9

Tints of Pattens Blue #CAE5F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.62%

R = 29.71%
G = 33.68%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAE5F9 (or 0xCAE5F9) is known color: Pattens Blue. HEX triplet: CA, E5 and F9. RGB value is (202,229,249). Sum of RGB (Red+Green+Blue) = 202+229+249=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5F9 is #351A06. Grayscale: #DFDFDF. Windows color (decimal): -3480071 or 16377290. OLE color: 16377290.

HSL color Cylindrical-coordinate representation of color #CAE5F9: hue angle of 205.53º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAE5F9 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 229 249 -
CMYK 0.19 0.08 0 0.02
HSL 205.53º 0.8% 0.88% -
HSV(B) 205.53º 0.19% 0.98% -
XYZ 69.48 75.43 100.52 -
YUV 223.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 202 229 249 0.19 0.08 0 0.02 205.53 0.8 0.88
Hex CA E5 F9 13 8 0 2 CE 50 58
Octal 312 345 371 23 10 0 2 316 120 130
Binary 11001010 11100101 11111001 10011 1000 0 10 11001110 1010000 1011000

Color Harmonies of #CAE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5F9

Black with #CAE5F9

Text Example


Text Example

White with #CAE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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