Html Css Color HEX #C1EEFD Onahau

📋 copy color: '#C1EEFD'

red 193 ◦ green 238 ◦ blue 253

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

Shades of Onahau #C1EEFD

Tints of Onahau #C1EEFD

RGB

 RED value IS 193 (75.78% from 255) = 28.22%

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

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

R = 28.22%
G = 34.8%
B = 36.99%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1EEFD (or 0xC1EEFD) is known color: Onahau. HEX triplet: C1, EE and FD. RGB value is (193,238,253). Sum of RGB (Red+Green+Blue) = 193+238+253=684 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.22% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EEFD is #3E1102. Grayscale: #E2E2E2. Windows color (decimal): -4067587 or 16641729. OLE color: 16641729.

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

Color convert

RGB 193 238 253 -
CMYK 0.24 0.06 0 0.01
HSL 195º 0.94% 0.87% -
HSV(B) 195º 0.24% 0.99% -
XYZ 70.3 79.58 104.58 -
YUV 226.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 193 238 253 0.24 0.06 0 0.01 195 0.94 0.87
Hex C1 EE FD 18 6 0 1 C3 5E 57
Octal 301 356 375 30 6 0 1 303 136 127
Binary 11000001 11101110 11111101 11000 110 0 1 11000011 1011110 1010111

Color Harmonies of #C1EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EEFD

Black with #C1EEFD

Text Example


Text Example

White with #C1EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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