Html Css Color HEX #C3E2EE Onahau

📋 copy color: '#C3E2EE'

red 195 ◦ green 226 ◦ blue 238

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

Shades of Onahau #C3E2EE

Tints of Onahau #C3E2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.29%

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 29.59%
G = 34.29%
B = 36.12%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3E2EE (or 0xC3E2EE) is known color: Onahau. HEX triplet: C3, E2 and EE. RGB value is (195,226,238). Sum of RGB (Red+Green+Blue) = 195+226+238=659 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.59% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3E2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E2EE is #3C1D11. Grayscale: #DADADA. Windows color (decimal): -3939602 or 15655619. OLE color: 15655619.

HSL color Cylindrical-coordinate representation of color #C3E2EE: hue angle of 196.74º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3E2EE is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 226 238 -
CMYK 0.18 0.05 0 0.07
HSL 196.74º 0.56% 0.85% -
HSV(B) 196.74º 0.18% 0.93% -
XYZ 65.13 72.17 91.39 -
YUV 218.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 195 226 238 0.18 0.05 0 0.07 196.74 0.56 0.85
Hex C3 E2 EE 12 5 0 7 C5 38 55
Octal 303 342 356 22 5 0 7 305 70 125
Binary 11000011 11100010 11101110 10010 101 0 111 11000101 111000 1010101

Color Harmonies of #C3E2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E2EE

Black with #C3E2EE

Text Example


Text Example

White with #C3E2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E2EE; }

 p { color: rgb(195,226,238); }

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

background-color css

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

 a { background-color: rgb(195,226,238); }

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

border-color css

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

 span { border-color: rgb(195,226,238); }

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