Html Css Color HEX #C1DEEB Onahau

📋 copy color: '#C1DEEB'

red 193 ◦ green 222 ◦ blue 235

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

Shades of Onahau #C1DEEB

Tints of Onahau #C1DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.15%

 BLUE value IS 235 (92.19% from 255) = 36.15%

R = 29.69%
G = 34.15%
B = 36.15%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1DEEB (or 0xC1DEEB) is known color: Onahau. HEX triplet: C1, DE and EB. RGB value is (193,222,235). Sum of RGB (Red+Green+Blue) = 193+222+235=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEEB is #3E2114. Grayscale: #D6D6D6. Windows color (decimal): -4071701 or 15457985. OLE color: 15457985.

HSL color Cylindrical-coordinate representation of color #C1DEEB: hue angle of 198.57º degrees, saturation: 0.51, 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 #C1DEEB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 222 235 -
CMYK 0.18 0.06 0 0.08
HSL 198.57º 0.51% 0.84% -
HSV(B) 198.57º 0.18% 0.92% -
XYZ 63.11 69.58 88.7 -
YUV 214.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 193 222 235 0.18 0.06 0 0.08 198.57 0.51 0.84
Hex C1 DE EB 12 6 0 8 C7 33 54
Octal 301 336 353 22 6 0 10 307 63 124
Binary 11000001 11011110 11101011 10010 110 0 1000 11000111 110011 1010100

Color Harmonies of #C1DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DEEB

Black with #C1DEEB

Text Example


Text Example

White with #C1DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DEEB; }

 p { color: rgb(193,222,235); }

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

background-color css

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

 a { background-color: rgb(193,222,235); }

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

border-color css

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

 span { border-color: rgb(193,222,235); }

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