Html Css Color HEX #9FDAEA Charlotte

📋 copy color: '#9FDAEA'

red 159 ◦ green 218 ◦ blue 234

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

Shades of Charlotte #9FDAEA

Tints of Charlotte #9FDAEA

RGB

 RED value IS 159 (62.5% from 255) = 26.02%

 GREEN value IS 218 (85.55% from 255) = 35.68%

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 26.02%
G = 35.68%
B = 38.3%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FDAEA (or 0x9FDAEA) is known color: Charlotte. HEX triplet: 9F, DA and EA. RGB value is (159,218,234). Sum of RGB (Red+Green+Blue) = 159+218+234=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAEA is #602515. Grayscale: #CACACA. Windows color (decimal): -6300950 or 15391391. OLE color: 15391391.

HSL color Cylindrical-coordinate representation of color #9FDAEA: hue angle of 192.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FDAEA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 218 234 -
CMYK 0.32 0.07 0 0.08
HSL 192.8º 0.64% 0.77% -
HSV(B) 192.8º 0.32% 0.92% -
XYZ 54.22 63.45 87.23 -
YUV 202.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 159 218 234 0.32 0.07 0 0.08 192.8 0.64 0.77
Hex 9F DA EA 20 7 0 8 C1 40 4D
Octal 237 332 352 40 7 0 10 301 100 115
Binary 10011111 11011010 11101010 100000 111 0 1000 11000001 1000000 1001101

Color Harmonies of #9FDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDAEA

Black with #9FDAEA

Text Example


Text Example

White with #9FDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDAEA; }

 p { color: rgb(159,218,234); }

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

background-color css

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

 a { background-color: rgb(159,218,234); }

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

border-color css

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

 span { border-color: rgb(159,218,234); }

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