#CAF1F4

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

Shades of Oyster Bay #CAF1F4

Tints of Oyster Bay #CAF1F4

Color information

#CAF1F4 (or 0xCAF1F4) is unknown color: approx Oyster Bay. HEX triplet: CA, F1 and F4. RGB value is (202,241,244). Sum of RGB (Red+Green+Blue) = 202+241+244=687 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.40% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAF1F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1F4 is #350E0B. Grayscale: #E5E5E5. Windows color (decimal): -3477004 or 16052682. OLE color: 16052682.

HSL color Cylindrical-coordinate representation of color #CAF1F4: hue angle of 184.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF1F4 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202241244-
CMYK0.170.0100.04
HSL184.29º65.62%87.45%-
HSV(B)184.29º17.21%95.69%-
XYZ72.148297.61-
YUV229.68136.08108.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.40%
GREEN value IS 241 (94.53% from 255) = 35.08%
BLUE value IS 244 (95.70% from 255) = 35.52%
R=29.40%
G=35.08%
B=35.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022412440.170.0100.04184.2965.6287.45
HexCAF1F411104b84257
Octal31236136421104270102127
Binary11001010111100011111010010001101001011100010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1F4; }

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

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

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

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

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

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

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

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