#CAEBF9

Color #CAEBF9 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CAEBF9

Tints of Pattens Blue #CAEBF9

Color information

#CAEBF9 (or 0xCAEBF9) is unknown color: approx Pattens Blue. HEX triplet: CA, EB and F9. RGB value is (202,235,249). Sum of RGB (Red+Green+Blue) = 202+235+249=686 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.45% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBF9 is #351406. Grayscale: #E2E2E2. Windows color (decimal): -3478535 or 16378826. OLE color: 16378826.

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

Color convert

RGB202235249-
CMYK0.190.0600.02
HSL197.87º79.66%88.43%-
HSV(B)197.87º18.88%97.65%-
XYZ71.1678.81101.08-
YUV226.73140.57110.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.45%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 249 (97.66% from 255) = 36.30%
R=29.45%
G=34.26%
B=36.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022352490.190.0600.02197.8779.6688.43
HexCAEBF913602c65058
Octal31235337123602306120130
Binary110010101110101111111001100111100101100011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBF9; }

 p { color: rgb(202,235,249); }

 H1.HeaderClassName
 {
   color: #CAEBF9;
 }
 .AnyTagClassName
 {
   color: #CAEBF9;
 }
</style>
background-color css

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

 a { background-color: rgb(202,235,249); }

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

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

 span { border-color: rgb(202,235,249); }

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