Html Css Color HEX #93DBEE Anakiwa

📋 copy color: '#93DBEE'

red 147 ◦ green 219 ◦ blue 238

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

Shades of Anakiwa #93DBEE

Tints of Anakiwa #93DBEE

RGB

 RED value IS 147 (57.81% from 255) = 24.34%

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

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

R = 24.34%
G = 36.26%
B = 39.4%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93DBEE (or 0x93DBEE) is known color: Anakiwa. HEX triplet: 93, DB and EE. RGB value is (147,219,238). Sum of RGB (Red+Green+Blue) = 147+219+238=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #93DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBEE is #6C2411. Grayscale: #C7C7C7. Windows color (decimal): -7087122 or 15653779. OLE color: 15653779.

HSL color Cylindrical-coordinate representation of color #93DBEE: hue angle of 192.53º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93DBEE is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 219 238 -
CMYK 0.38 0.08 0 0.07
HSL 192.53º 0.73% 0.75% -
HSV(B) 192.53º 0.38% 0.93% -
XYZ 52.8 63.04 90.27 -
YUV 199.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 147 219 238 0.38 0.08 0 0.07 192.53 0.73 0.75
Hex 93 DB EE 26 8 0 7 C1 49 4B
Octal 223 333 356 46 10 0 7 301 111 113
Binary 10010011 11011011 11101110 100110 1000 0 111 11000001 1001001 1001011

Color Harmonies of #93DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBEE

Black with #93DBEE

Text Example


Text Example

White with #93DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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