Html Css Color HEX #C3EDFE Onahau

📋 copy color: '#C3EDFE'

red 195 ◦ green 237 ◦ blue 254

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

Shades of Onahau #C3EDFE

Tints of Onahau #C3EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.55%

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 28.43%
G = 34.55%
B = 37.03%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3EDFE (or 0xC3EDFE) is known color: Onahau. HEX triplet: C3, ED and FE. RGB value is (195,237,254). Sum of RGB (Red+Green+Blue) = 195+237+254=686 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.43% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EDFE is #3C1201. Grayscale: #E2E2E2. Windows color (decimal): -3936770 or 16707011. OLE color: 16707011.

HSL color Cylindrical-coordinate representation of color #C3EDFE: hue angle of 197.29º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3EDFE is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 237 254 -
CMYK 0.23 0.07 0 0.00
HSL 197.29º 0.97% 0.88% -
HSV(B) 197.29º 0.23% 1% -
XYZ 70.68 79.33 105.35 -
YUV 226.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 195 237 254 0.23 0.07 0 0.00 197.29 0.97 0.88
Hex C3 ED FE 17 7 0 0 C5 61 58
Octal 303 355 376 27 7 0 0 305 141 130
Binary 11000011 11101101 11111110 10111 111 0 0 11000101 1100001 1011000

Color Harmonies of #C3EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EDFE

Black with #C3EDFE

Text Example


Text Example

White with #C3EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EDFE; }

 p { color: rgb(195,237,254); }

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

background-color css

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

 a { background-color: rgb(195,237,254); }

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

border-color css

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

 span { border-color: rgb(195,237,254); }

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