Html Css Color HEX #CAEAF6 Pattens Blue

📋 copy color: '#CAEAF6'

red 202 ◦ green 234 ◦ blue 246

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

Shades of Pattens Blue #CAEAF6

Tints of Pattens Blue #CAEAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.07%

R = 29.62%
G = 34.31%
B = 36.07%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAEAF6 (or 0xCAEAF6) is known color: Pattens Blue. HEX triplet: CA, EA and F6. RGB value is (202,234,246). Sum of RGB (Red+Green+Blue) = 202+234+246=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAF6 is #351509. Grayscale: #E1E1E1. Windows color (decimal): -3478794 or 16181962. OLE color: 16181962.

HSL color Cylindrical-coordinate representation of color #CAEAF6: hue angle of 196.36º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEAF6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 234 246 -
CMYK 0.18 0.05 0 0.04
HSL 196.36º 0.71% 0.88% -
HSV(B) 196.36º 0.18% 0.96% -
XYZ 70.41 78.06 98.54 -
YUV 225.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 202 234 246 0.18 0.05 0 0.04 196.36 0.71 0.88
Hex CA EA F6 12 5 0 4 C4 47 58
Octal 312 352 366 22 5 0 4 304 107 130
Binary 11001010 11101010 11110110 10010 101 0 100 11000100 1000111 1011000

Color Harmonies of #CAEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEAF6

Black with #CAEAF6

Text Example


Text Example

White with #CAEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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