Html Css Color HEX #CAE2EE Pattens Blue

📋 copy color: '#CAE2EE'

red 202 ◦ green 226 ◦ blue 238

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

Shades of Pattens Blue #CAE2EE

Tints of Pattens Blue #CAE2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.93%

 BLUE value IS 238 (93.36% from 255) = 35.74%

R = 30.33%
G = 33.93%
B = 35.74%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAE2EE (or 0xCAE2EE) is known color: Pattens Blue. HEX triplet: CA, E2 and EE. RGB value is (202,226,238). Sum of RGB (Red+Green+Blue) = 202+226+238=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2EE is #351D11. Grayscale: #DCDCDC. Windows color (decimal): -3480850 or 15655626. OLE color: 15655626.

HSL color Cylindrical-coordinate representation of color #CAE2EE: hue angle of 200º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE2EE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 226 238 -
CMYK 0.15 0.05 0 0.07
HSL 200º 0.51% 0.86% -
HSV(B) 200º 0.15% 0.93% -
XYZ 66.99 73.12 91.47 -
YUV 220.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 202 226 238 0.15 0.05 0 0.07 200 0.51 0.86
Hex CA E2 EE F 5 0 7 C8 33 56
Octal 312 342 356 17 5 0 7 310 63 126
Binary 11001010 11100010 11101110 1111 101 0 111 11001000 110011 1010110

Color Harmonies of #CAE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2EE

Black with #CAE2EE

Text Example


Text Example

White with #CAE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2EE; }

 p { color: rgb(202,226,238); }

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

background-color css

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

 a { background-color: rgb(202,226,238); }

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

border-color css

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

 span { border-color: rgb(202,226,238); }

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