Html Css Color HEX #CAE3EE Pattens Blue

📋 copy color: '#CAE3EE'

red 202 ◦ green 227 ◦ blue 238

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

Shades of Pattens Blue #CAE3EE

Tints of Pattens Blue #CAE3EE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.03%

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

R = 30.28%
G = 34.03%
B = 35.68%

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

#CAE3EE (or 0xCAE3EE) is known color: Pattens Blue. HEX triplet: CA, E3 and EE. RGB value is (202,227,238). Sum of RGB (Red+Green+Blue) = 202+227+238=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE3EE is #351C11. Grayscale: #DCDCDC. Windows color (decimal): -3480594 or 15655882. OLE color: 15655882.

HSL color Cylindrical-coordinate representation of color #CAE3EE: hue angle of 198.33º 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 #CAE3EE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 227 238 -
CMYK 0.15 0.05 0 0.07
HSL 198.33º 0.51% 0.86% -
HSV(B) 198.33º 0.15% 0.93% -
XYZ 67.26 73.67 91.56 -
YUV 220.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 202 227 238 0.15 0.05 0 0.07 198.33 0.51 0.86
Hex CA E3 EE F 5 0 7 C6 33 56
Octal 312 343 356 17 5 0 7 306 63 126
Binary 11001010 11100011 11101110 1111 101 0 111 11000110 110011 1010110

Color Harmonies of #CAE3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE3EE

Black with #CAE3EE

Text Example


Text Example

White with #CAE3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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