Html Css Color HEX #C3DFEB Onahau

📋 copy color: '#C3DFEB'

red 195 ◦ green 223 ◦ blue 235

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

Shades of Onahau #C3DFEB

Tints of Onahau #C3DFEB

RGB

 RED value IS 195 (76.56% from 255) = 29.86%

 GREEN value IS 223 (87.5% from 255) = 34.15%

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

R = 29.86%
G = 34.15%
B = 35.99%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3DFEB (or 0xC3DFEB) is known color: Onahau. HEX triplet: C3, DF and EB. RGB value is (195,223,235). Sum of RGB (Red+Green+Blue) = 195+223+235=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFEB is #3C2014. Grayscale: #D7D7D7. Windows color (decimal): -3940373 or 15458243. OLE color: 15458243.

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

Color convert

RGB 195 223 235 -
CMYK 0.17 0.05 0 0.08
HSL 198º 0.5% 0.84% -
HSV(B) 198º 0.17% 0.92% -
XYZ 63.89 70.38 88.81 -
YUV 216 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 195 223 235 0.17 0.05 0 0.08 198 0.5 0.84
Hex C3 DF EB 11 5 0 8 C6 32 54
Octal 303 337 353 21 5 0 10 306 62 124
Binary 11000011 11011111 11101011 10001 101 0 1000 11000110 110010 1010100

Color Harmonies of #C3DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFEB

Black with #C3DFEB

Text Example


Text Example

White with #C3DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFEB; }

 p { color: rgb(195,223,235); }

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

background-color css

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

 a { background-color: rgb(195,223,235); }

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

border-color css

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

 span { border-color: rgb(195,223,235); }

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