Html Css Color HEX #C3EBF2 Onahau

📋 copy color: '#C3EBF2'

red 195 ◦ green 235 ◦ blue 242

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

Shades of Onahau #C3EBF2

Tints of Onahau #C3EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.97%

 BLUE value IS 242 (94.92% from 255) = 36.01%

R = 29.02%
G = 34.97%
B = 36.01%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3EBF2 (or 0xC3EBF2) is known color: Onahau. HEX triplet: C3, EB and F2. RGB value is (195,235,242). Sum of RGB (Red+Green+Blue) = 195+235+242=672 (89% of max value = 765). Red value is 195 (76.56% from 255 or 29.02% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EBF2 is #3C140D. Grayscale: #DFDFDF. Windows color (decimal): -3937294 or 15920067. OLE color: 15920067.

HSL color Cylindrical-coordinate representation of color #C3EBF2: hue angle of 188.94º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3EBF2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 235 242 -
CMYK 0.19 0.03 0 0.05
HSL 188.94º 0.64% 0.86% -
HSV(B) 188.94º 0.19% 0.95% -
XYZ 68.24 77.43 95.35 -
YUV 223.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 195 235 242 0.19 0.03 0 0.05 188.94 0.64 0.86
Hex C3 EB F2 13 3 0 5 BD 40 56
Octal 303 353 362 23 3 0 5 275 100 126
Binary 11000011 11101011 11110010 10011 11 0 101 10111101 1000000 1010110

Color Harmonies of #C3EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EBF2

Black with #C3EBF2

Text Example


Text Example

White with #C3EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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