Html Css Color HEX #C3E2E6 Onahau

📋 copy color: '#C3E2E6'

red 195 ◦ green 226 ◦ blue 230

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

Shades of Onahau #C3E2E6

Tints of Onahau #C3E2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 29.95%
G = 34.72%
B = 35.33%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C3E2E6 (or 0xC3E2E6) is known color: Onahau. HEX triplet: C3, E2 and E6. RGB value is (195,226,230). Sum of RGB (Red+Green+Blue) = 195+226+230=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3E2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E2E6 is #3C1D19. Grayscale: #D9D9D9. Windows color (decimal): -3939610 or 15131331. OLE color: 15131331.

HSL color Cylindrical-coordinate representation of color #C3E2E6: hue angle of 186.86º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3E2E6 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 226 230 -
CMYK 0.15 0.02 0 0.10
HSL 186.86º 0.41% 0.83% -
HSV(B) 186.86º 0.15% 0.9% -
XYZ 63.98 71.71 85.33 -
YUV 217.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 195 226 230 0.15 0.02 0 0.10 186.86 0.41 0.83
Hex C3 E2 E6 F 2 0 A BB 29 53
Octal 303 342 346 17 2 0 12 273 51 123
Binary 11000011 11100010 11100110 1111 10 0 1010 10111011 101001 1010011

Color Harmonies of #C3E2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E2E6

Black with #C3E2E6

Text Example


Text Example

White with #C3E2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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