Html Css Color HEX #CAE2FE Pattens Blue

📋 copy color: '#CAE2FE'

red 202 ◦ green 226 ◦ blue 254

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

Shades of Pattens Blue #CAE2FE

Tints of Pattens Blue #CAE2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.24%

R = 29.62%
G = 33.14%
B = 37.24%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAE2FE (or 0xCAE2FE) is known color: Pattens Blue. HEX triplet: CA, E2 and FE. RGB value is (202,226,254). Sum of RGB (Red+Green+Blue) = 202+226+254=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2FE is #351D01. Grayscale: #DDDDDD. Windows color (decimal): -3480834 or 16704202. OLE color: 16704202.

HSL color Cylindrical-coordinate representation of color #CAE2FE: hue angle of 212.31º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAE2FE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 226 254 -
CMYK 0.20 0.11 0 0.00
HSL 212.31º 0.96% 0.89% -
HSV(B) 212.31º 0.2% 1% -
XYZ 69.44 74.11 104.41 -
YUV 222.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 202 226 254 0.20 0.11 0 0.00 212.31 0.96 0.89
Hex CA E2 FE 14 B 0 0 D4 60 59
Octal 312 342 376 24 13 0 0 324 140 131
Binary 11001010 11100010 11111110 10100 1011 0 0 11010100 1100000 1011001

Color Harmonies of #CAE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2FE

Black with #CAE2FE

Text Example


Text Example

White with #CAE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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