#CFF4FA

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

Shades of Oyster Bay #CFF4FA

Tints of Oyster Bay #CFF4FA

Color information

#CFF4FA (or 0xCFF4FA) is unknown color: approx Oyster Bay. HEX triplet: CF, F4 and FA. RGB value is (207,244,250). Sum of RGB (Red+Green+Blue) = 207+244+250=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4FA is #300B05. Grayscale: #E9E9E9. Windows color (decimal): -3148550 or 16446671. OLE color: 16446671.

HSL color Cylindrical-coordinate representation of color #CFF4FA: hue angle of 188.37º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF4FA is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207244250-
CMYK0.170.0200.02
HSL188.37º81.13%89.61%-
HSV(B)188.37º17.2%98.04%-
XYZ75.3484.87102.85-
YUV233.62137.24109.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.53%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=29.53%
G=34.81%
B=35.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072442500.170.0200.02188.3781.1389.61
HexCFF4FA11202bc515a
Octal31736437221202274121132
Binary11001111111101001111101010001100101011110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4FA; }

 p { color: rgb(207,244,250); }

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

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

 a { background-color: rgb(207,244,250); }

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

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

 span { border-color: rgb(207,244,250); }

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