Html Css Color HEX #C2EDFE Onahau

📋 copy color: '#C2EDFE'

red 194 ◦ green 237 ◦ blue 254

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

Shades of Onahau #C2EDFE

Tints of Onahau #C2EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.6%

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 28.32%
G = 34.6%
B = 37.08%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2EDFE (or 0xC2EDFE) is known color: Onahau. HEX triplet: C2, ED and FE. RGB value is (194,237,254). Sum of RGB (Red+Green+Blue) = 194+237+254=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDFE is #3D1201. Grayscale: #E1E1E1. Windows color (decimal): -4002306 or 16707010. OLE color: 16707010.

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

Color convert

RGB 194 237 254 -
CMYK 0.24 0.07 0 0.00
HSL 197º 0.97% 0.88% -
HSV(B) 197º 0.24% 1% -
XYZ 70.42 79.19 105.34 -
YUV 226.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 194 237 254 0.24 0.07 0 0.00 197 0.97 0.88
Hex C2 ED FE 18 7 0 0 C5 61 58
Octal 302 355 376 30 7 0 0 305 141 130
Binary 11000010 11101101 11111110 11000 111 0 0 11000101 1100001 1011000

Color Harmonies of #C2EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDFE

Black with #C2EDFE

Text Example


Text Example

White with #C2EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDFE; }

 p { color: rgb(194,237,254); }

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

background-color css

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

 a { background-color: rgb(194,237,254); }

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

border-color css

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

 span { border-color: rgb(194,237,254); }

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