Html Css Color HEX #C6F4FF Onahau

📋 copy color: '#C6F4FF'

red 198 ◦ green 244 ◦ blue 255

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

Shades of Onahau #C6F4FF

Tints of Onahau #C6F4FF

RGB

 RED value IS 198 (77.73% from 255) = 28.41%

 GREEN value IS 244 (95.7% from 255) = 35.01%

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

R = 28.41%
G = 35.01%
B = 36.59%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6F4FF (or 0xC6F4FF) is known color: Onahau. HEX triplet: C6, F4 and FF. RGB value is (198,244,255). Sum of RGB (Red+Green+Blue) = 198+244+255=697 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.41% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F4FF is #390B00. Grayscale: #E7E7E7. Windows color (decimal): -3738369 or 16774342. OLE color: 16774342.

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

Color convert

RGB 198 244 255 -
CMYK 0.22 0.04 0 0
HSL 191.58º 1% 0.89% -
HSV(B) 191.58º 0.22% 1% -
XYZ 73.69 83.93 106.92 -
YUV 231.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 198 244 255 0.22 0.04 0 0 191.58 1 0.89
Hex C6 F4 FF 16 4 0 0 C0 64 59
Octal 306 364 377 26 4 0 0 300 144 131
Binary 11000110 11110100 11111111 10110 100 0 0 11000000 1100100 1011001

Color Harmonies of #C6F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F4FF

Black with #C6F4FF

Text Example


Text Example

White with #C6F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F4FF; }

 p { color: rgb(198,244,255); }

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

background-color css

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

 a { background-color: rgb(198,244,255); }

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

border-color css

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

 span { border-color: rgb(198,244,255); }

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