Html Css Color HEX #C2EEFD Onahau

📋 copy color: '#C2EEFD'

red 194 ◦ green 238 ◦ blue 253

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

Shades of Onahau #C2EEFD

Tints of Onahau #C2EEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 28.32%
G = 34.74%
B = 36.93%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2EEFD (or 0xC2EEFD) is known color: Onahau. HEX triplet: C2, EE and FD. RGB value is (194,238,253). Sum of RGB (Red+Green+Blue) = 194+238+253=685 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.32% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEFD is #3D1102. Grayscale: #E2E2E2. Windows color (decimal): -4002051 or 16641730. OLE color: 16641730.

HSL color Cylindrical-coordinate representation of color #C2EEFD: hue angle of 195.25º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2EEFD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 238 253 -
CMYK 0.23 0.06 0 0.01
HSL 195.25º 0.94% 0.88% -
HSV(B) 195.25º 0.23% 0.99% -
XYZ 70.55 79.71 104.6 -
YUV 226.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 194 238 253 0.23 0.06 0 0.01 195.25 0.94 0.88
Hex C2 EE FD 17 6 0 1 C3 5E 58
Octal 302 356 375 27 6 0 1 303 136 130
Binary 11000010 11101110 11111101 10111 110 0 1 11000011 1011110 1011000

Color Harmonies of #C2EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EEFD

Black with #C2EEFD

Text Example


Text Example

White with #C2EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EEFD; }

 p { color: rgb(194,238,253); }

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

background-color css

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

 a { background-color: rgb(194,238,253); }

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

border-color css

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

 span { border-color: rgb(194,238,253); }

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