Html Css Color HEX #9DDBEE Charlotte

📋 copy color: '#9DDBEE'

red 157 ◦ green 219 ◦ blue 238

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

Shades of Charlotte #9DDBEE

Tints of Charlotte #9DDBEE

RGB

 RED value IS 157 (61.72% from 255) = 25.57%

 GREEN value IS 219 (85.94% from 255) = 35.67%

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 25.57%
G = 35.67%
B = 38.76%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DDBEE (or 0x9DDBEE) is known color: Charlotte. HEX triplet: 9D, DB and EE. RGB value is (157,219,238). Sum of RGB (Red+Green+Blue) = 157+219+238=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBEE is #622411. Grayscale: #CACACA. Windows color (decimal): -6431762 or 15653789. OLE color: 15653789.

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

Color convert

RGB 157 219 238 -
CMYK 0.34 0.08 0 0.07
HSL 194.07º 0.7% 0.77% -
HSV(B) 194.07º 0.34% 0.93% -
XYZ 54.67 64 90.36 -
YUV 202.63 147.96 95.46 -
System Red Green Blue C M Y K H S L
Decimal 157 219 238 0.34 0.08 0 0.07 194.07 0.7 0.77
Hex 9D DB EE 22 8 0 7 C2 46 4D
Octal 235 333 356 42 10 0 7 302 106 115
Binary 10011101 11011011 11101110 100010 1000 0 111 11000010 1000110 1001101

Color Harmonies of #9DDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBEE

Black with #9DDBEE

Text Example


Text Example

White with #9DDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,238); }

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

background-color css

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

 a { background-color: rgb(157,219,238); }

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

border-color css

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

 span { border-color: rgb(157,219,238); }

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