Html Css Color HEX #CAE2EC Pattens Blue

📋 copy color: '#CAE2EC'

red 202 ◦ green 226 ◦ blue 236

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

Shades of Pattens Blue #CAE2EC

Tints of Pattens Blue #CAE2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.54%

R = 30.42%
G = 34.04%
B = 35.54%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAE2EC (or 0xCAE2EC) is known color: Pattens Blue. HEX triplet: CA, E2 and EC. RGB value is (202,226,236). Sum of RGB (Red+Green+Blue) = 202+226+236=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2EC is #351D13. Grayscale: #DBDBDB. Windows color (decimal): -3480852 or 15524554. OLE color: 15524554.

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

Color convert

RGB 202 226 236 -
CMYK 0.14 0.04 0 0.07
HSL 197.65º 0.47% 0.86% -
HSV(B) 197.65º 0.14% 0.93% -
XYZ 66.69 73.01 89.93 -
YUV 219.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 202 226 236 0.14 0.04 0 0.07 197.65 0.47 0.86
Hex CA E2 EC E 4 0 7 C6 2F 56
Octal 312 342 354 16 4 0 7 306 57 126
Binary 11001010 11100010 11101100 1110 100 0 111 11000110 101111 1010110

Color Harmonies of #CAE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2EC

Black with #CAE2EC

Text Example


Text Example

White with #CAE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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