Html Css Color HEX #C2F6FF Onahau

📋 copy color: '#C2F6FF'

red 194 ◦ green 246 ◦ blue 255

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

Shades of Onahau #C2F6FF

Tints of Onahau #C2F6FF

RGB

 RED value IS 194 (76.17% from 255) = 27.91%

 GREEN value IS 246 (96.48% from 255) = 35.4%

 BLUE value IS 255 (100% from 255) = 36.69%

R = 27.91%
G = 35.4%
B = 36.69%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C2F6FF (or 0xC2F6FF) is known color: Onahau. HEX triplet: C2, F6 and FF. RGB value is (194,246,255). Sum of RGB (Red+Green+Blue) = 194+246+255=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2F6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F6FF is #3D0900. Grayscale: #E7E7E7. Windows color (decimal): -4000001 or 16774850. OLE color: 16774850.

HSL color Cylindrical-coordinate representation of color #C2F6FF: hue angle of 188.85º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F6FF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 246 255 -
CMYK 0.24 0.04 0 0
HSL 188.85º 1% 0.88% -
HSV(B) 188.85º 0.24% 1% -
XYZ 73.25 84.6 107.08 -
YUV 231.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 194 246 255 0.24 0.04 0 0 188.85 1 0.88
Hex C2 F6 FF 18 4 0 0 BD 64 58
Octal 302 366 377 30 4 0 0 275 144 130
Binary 11000010 11110110 11111111 11000 100 0 0 10111101 1100100 1011000

Color Harmonies of #C2F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F6FF

Black with #C2F6FF

Text Example


Text Example

White with #C2F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F6FF; }

 p { color: rgb(194,246,255); }

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

background-color css

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

 a { background-color: rgb(194,246,255); }

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

border-color css

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

 span { border-color: rgb(194,246,255); }

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