#CFF8F9

Color #CFF8F9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CFF8F9

Tints of Light Cyan #CFF8F9

Color information

#CFF8F9 (or 0xCFF8F9) is unknown color: approx Light Cyan. HEX triplet: CF, F8 and F9. RGB value is (207,248,249). Sum of RGB (Red+Green+Blue) = 207+248+249=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFF8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF8F9 is #300706. Grayscale: #EBEBEB. Windows color (decimal): -3147527 or 16382159. OLE color: 16382159.

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

Color convert

RGB207248249-
CMYK0.170.0000.02
HSL181.43º77.78%89.41%-
HSV(B)181.43º16.87%97.65%-
XYZ76.487.24102.43-
YUV235.86135.42107.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.40%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=29.40%
G=35.23%
B=35.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072482490.170.0000.02181.4377.7889.41
HexCFF8F911002b54e59
Octal31737037121002265116131
Binary1100111111111000111110011000100101011010110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF8F9; }

 p { color: rgb(207,248,249); }

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

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

 a { background-color: rgb(207,248,249); }

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

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

 span { border-color: rgb(207,248,249); }

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