Html Css Color HEX #C6EEFA Onahau

📋 copy color: '#C6EEFA'

red 198 ◦ green 238 ◦ blue 250

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

Shades of Onahau #C6EEFA

Tints of Onahau #C6EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.69%

 BLUE value IS 250 (98.05% from 255) = 36.44%

R = 28.86%
G = 34.69%
B = 36.44%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6EEFA (or 0xC6EEFA) is known color: Onahau. HEX triplet: C6, EE and FA. RGB value is (198,238,250). Sum of RGB (Red+Green+Blue) = 198+238+250=686 (90% of max value = 765). Red value is 198 (77.73% from 255 or 28.86% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6EEFA is #391105. Grayscale: #E3E3E3. Windows color (decimal): -3739910 or 16445126. OLE color: 16445126.

HSL color Cylindrical-coordinate representation of color #C6EEFA: hue angle of 193.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6EEFA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 238 250 -
CMYK 0.21 0.05 0 0.02
HSL 193.85º 0.84% 0.88% -
HSV(B) 193.85º 0.21% 0.98% -
XYZ 71.12 80.06 102.15 -
YUV 227.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 198 238 250 0.21 0.05 0 0.02 193.85 0.84 0.88
Hex C6 EE FA 15 5 0 2 C2 54 58
Octal 306 356 372 25 5 0 2 302 124 130
Binary 11000110 11101110 11111010 10101 101 0 10 11000010 1010100 1011000

Color Harmonies of #C6EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EEFA

Black with #C6EEFA

Text Example


Text Example

White with #C6EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EEFA; }

 p { color: rgb(198,238,250); }

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

background-color css

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

 a { background-color: rgb(198,238,250); }

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

border-color css

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

 span { border-color: rgb(198,238,250); }

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