#CAEEF1

Color #CAEEF1 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CAEEF1

Tints of Oyster Bay #CAEEF1

Color information

#CAEEF1 (or 0xCAEEF1) is unknown color: approx Oyster Bay. HEX triplet: CA, EE and F1. RGB value is (202,238,241). Sum of RGB (Red+Green+Blue) = 202+238+241=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEF1 is #35110E. Grayscale: #E3E3E3. Windows color (decimal): -3477775 or 15855306. OLE color: 15855306.

HSL color Cylindrical-coordinate representation of color #CAEEF1: hue angle of 184.62º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEEF1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202238241-
CMYK0.160.0100.05
HSL184.62º58.21%86.86%-
HSV(B)184.62º16.18%94.51%-
XYZ70.8180.0694.94-
YUV227.58135.57109.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.66%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=29.66%
G=34.95%
B=35.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022382410.160.0100.05184.6258.2186.86
HexCAEEF110105b93a57
Octal3123563612010527172127
Binary1100101011101110111100011000010101101110011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEF1; }

 p { color: rgb(202,238,241); }

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

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

 a { background-color: rgb(202,238,241); }

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

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

 span { border-color: rgb(202,238,241); }

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