Html Css Color HEX #CAEAFB Pattens Blue

📋 copy color: '#CAEAFB'

red 202 ◦ green 234 ◦ blue 251

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

Shades of Pattens Blue #CAEAFB

Tints of Pattens Blue #CAEAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.06%

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 29.4%
G = 34.06%
B = 36.54%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAEAFB (or 0xCAEAFB) is known color: Pattens Blue. HEX triplet: CA, EA and FB. RGB value is (202,234,251). Sum of RGB (Red+Green+Blue) = 202+234+251=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAFB is #351504. Grayscale: #E2E2E2. Windows color (decimal): -3478789 or 16509642. OLE color: 16509642.

HSL color Cylindrical-coordinate representation of color #CAEAFB: hue angle of 200.82º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAEAFB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 234 251 -
CMYK 0.20 0.07 0 0.02
HSL 200.82º 0.86% 0.89% -
HSV(B) 200.82º 0.2% 0.98% -
XYZ 71.19 78.37 102.64 -
YUV 226.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 202 234 251 0.20 0.07 0 0.02 200.82 0.86 0.89
Hex CA EA FB 14 7 0 2 C9 56 59
Octal 312 352 373 24 7 0 2 311 126 131
Binary 11001010 11101010 11111011 10100 111 0 10 11001001 1010110 1011001

Color Harmonies of #CAEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAFB

Black with #CAEAFB

Text Example


Text Example

White with #CAEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAFB; }

 p { color: rgb(202,234,251); }

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

background-color css

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

 a { background-color: rgb(202,234,251); }

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

border-color css

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

 span { border-color: rgb(202,234,251); }

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