Html Css Color HEX #CFF2F9 Onahau

📋 copy color: '#CFF2F9'

red 207 ◦ green 242 ◦ blue 249

#CFF2F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #CFF2F9

Tints of Onahau #CFF2F9

RGB

 RED value IS 207 (81.25% from 255) = 29.66%

 GREEN value IS 242 (94.92% from 255) = 34.67%

 BLUE value IS 249 (97.66% from 255) = 35.67%

R = 29.66%
G = 34.67%
B = 35.67%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFF2F9 (or 0xCFF2F9) is known color: Onahau. HEX triplet: CF, F2 and F9. RGB value is (207,242,249). Sum of RGB (Red+Green+Blue) = 207+242+249=698 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.66% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 249 (97.66% from 255 or 35.67% from 698); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2F9 is #300D06. Grayscale: #E8E8E8. Windows color (decimal): -3149063 or 16380623. OLE color: 16380623.

HSL color Cylindrical-coordinate representation of color #CFF2F9: hue angle of 190º 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 #CFF2F9 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 242 249 -
CMYK 0.17 0.03 0 0.02
HSL 190º 0.78% 0.89% -
HSV(B) 190º 0.17% 0.98% -
XYZ 74.58 83.61 101.83 -
YUV 232.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 207 242 249 0.17 0.03 0 0.02 190 0.78 0.89
Hex CF F2 F9 11 3 0 2 BE 4E 59
Octal 317 362 371 21 3 0 2 276 116 131
Binary 11001111 11110010 11111001 10001 11 0 10 10111110 1001110 1011001

Color Harmonies of #CFF2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF2F9

Black with #CFF2F9

Text Example


Text Example

White with #CFF2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF2F9; }

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

 H1.HeaderClassName
 {
   color: #CFF2F9;
 }
 .AnyTagClassName
 {
   color: #CFF2F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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