Html Css Color HEX #C1E6EA Onahau

📋 copy color: '#C1E6EA'

red 193 ◦ green 230 ◦ blue 234

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

Shades of Onahau #C1E6EA

Tints of Onahau #C1E6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.01%

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 29.38%
G = 35.01%
B = 35.62%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1E6EA (or 0xC1E6EA) is known color: Onahau. HEX triplet: C1, E6 and EA. RGB value is (193,230,234). Sum of RGB (Red+Green+Blue) = 193+230+234=657 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.38% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1E6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1E6EA is #3E1915. Grayscale: #DBDBDB. Windows color (decimal): -4069654 or 15394497. OLE color: 15394497.

HSL color Cylindrical-coordinate representation of color #C1E6EA: hue angle of 185.85º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1E6EA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 230 234 -
CMYK 0.18 0.02 0 0.08
HSL 185.85º 0.49% 0.84% -
HSV(B) 185.85º 0.18% 0.92% -
XYZ 65.14 73.87 88.67 -
YUV 219.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 193 230 234 0.18 0.02 0 0.08 185.85 0.49 0.84
Hex C1 E6 EA 12 2 0 8 BA 31 54
Octal 301 346 352 22 2 0 10 272 61 124
Binary 11000001 11100110 11101010 10010 10 0 1000 10111010 110001 1010100

Color Harmonies of #C1E6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E6EA

Black with #C1E6EA

Text Example


Text Example

White with #C1E6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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