Html Css Color HEX #C3E6F2 Onahau

📋 copy color: '#C3E6F2'

red 195 ◦ green 230 ◦ blue 242

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

Shades of Onahau #C3E6F2

Tints of Onahau #C3E6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.48%

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

R = 29.24%
G = 34.48%
B = 36.28%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3E6F2 (or 0xC3E6F2) is known color: Onahau. HEX triplet: C3, E6 and F2. RGB value is (195,230,242). Sum of RGB (Red+Green+Blue) = 195+230+242=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3E6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E6F2 is #3C190D. Grayscale: #DCDCDC. Windows color (decimal): -3938574 or 15918787. OLE color: 15918787.

HSL color Cylindrical-coordinate representation of color #C3E6F2: hue angle of 195.32º 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 #C3E6F2 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 230 242 -
CMYK 0.19 0.05 0 0.05
HSL 195.32º 0.64% 0.86% -
HSV(B) 195.32º 0.19% 0.95% -
XYZ 66.83 74.61 94.88 -
YUV 220.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 195 230 242 0.19 0.05 0 0.05 195.32 0.64 0.86
Hex C3 E6 F2 13 5 0 5 C3 40 56
Octal 303 346 362 23 5 0 5 303 100 126
Binary 11000011 11100110 11110010 10011 101 0 101 11000011 1000000 1010110

Color Harmonies of #C3E6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E6F2

Black with #C3E6F2

Text Example


Text Example

White with #C3E6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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