Html Css Color HEX #CAE2FA Pattens Blue

📋 copy color: '#CAE2FA'

red 202 ◦ green 226 ◦ blue 250

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

Shades of Pattens Blue #CAE2FA

Tints of Pattens Blue #CAE2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 29.79%
G = 33.33%
B = 36.87%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAE2FA (or 0xCAE2FA) is known color: Pattens Blue. HEX triplet: CA, E2 and FA. RGB value is (202,226,250). Sum of RGB (Red+Green+Blue) = 202+226+250=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE2FA is #351D05. Grayscale: #DDDDDD. Windows color (decimal): -3480838 or 16442058. OLE color: 16442058.

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

Color convert

RGB 202 226 250 -
CMYK 0.19 0.10 0 0.02
HSL 210º 0.83% 0.89% -
HSV(B) 210º 0.19% 0.98% -
XYZ 68.81 73.85 101.07 -
YUV 221.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 202 226 250 0.19 0.10 0 0.02 210 0.83 0.89
Hex CA E2 FA 13 A 0 2 D2 53 59
Octal 312 342 372 23 12 0 2 322 123 131
Binary 11001010 11100010 11111010 10011 1010 0 10 11010010 1010011 1011001

Color Harmonies of #CAE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE2FA

Black with #CAE2FA

Text Example


Text Example

White with #CAE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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