Html Css Color HEX #C3EBF1 Onahau

📋 copy color: '#C3EBF1'

red 195 ◦ green 235 ◦ blue 241

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

Shades of Onahau #C3EBF1

Tints of Onahau #C3EBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.92%

R = 29.06%
G = 35.02%
B = 35.92%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3EBF1 (or 0xC3EBF1) is known color: Onahau. HEX triplet: C3, EB and F1. RGB value is (195,235,241). Sum of RGB (Red+Green+Blue) = 195+235+241=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EBF1 is #3C140E. Grayscale: #DFDFDF. Windows color (decimal): -3937295 or 15854531. OLE color: 15854531.

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

Color convert

RGB 195 235 241 -
CMYK 0.19 0.02 0 0.05
HSL 187.83º 0.62% 0.85% -
HSV(B) 187.83º 0.19% 0.95% -
XYZ 68.09 77.37 94.56 -
YUV 223.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 195 235 241 0.19 0.02 0 0.05 187.83 0.62 0.85
Hex C3 EB F1 13 2 0 5 BC 3E 55
Octal 303 353 361 23 2 0 5 274 76 125
Binary 11000011 11101011 11110001 10011 10 0 101 10111100 111110 1010101

Color Harmonies of #C3EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EBF1

Black with #C3EBF1

Text Example


Text Example

White with #C3EBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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