Html Css Color HEX #C1EAFD Onahau

📋 copy color: '#C1EAFD'

red 193 ◦ green 234 ◦ blue 253

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

Shades of Onahau #C1EAFD

Tints of Onahau #C1EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.41%

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

R = 28.38%
G = 34.41%
B = 37.21%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1EAFD (or 0xC1EAFD) is known color: Onahau. HEX triplet: C1, EA and FD. RGB value is (193,234,253). Sum of RGB (Red+Green+Blue) = 193+234+253=680 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.38% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAFD is #3E1502. Grayscale: #DFDFDF. Windows color (decimal): -4068611 or 16640705. OLE color: 16640705.

HSL color Cylindrical-coordinate representation of color #C1EAFD: hue angle of 199º 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 #C1EAFD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 234 253 -
CMYK 0.24 0.08 0 0.01
HSL 199º 0.94% 0.87% -
HSV(B) 199º 0.24% 0.99% -
XYZ 69.14 77.27 104.2 -
YUV 223.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 193 234 253 0.24 0.08 0 0.01 199 0.94 0.87
Hex C1 EA FD 18 8 0 1 C7 5E 57
Octal 301 352 375 30 10 0 1 307 136 127
Binary 11000001 11101010 11111101 11000 1000 0 1 11000111 1011110 1010111

Color Harmonies of #C1EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EAFD

Black with #C1EAFD

Text Example


Text Example

White with #C1EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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