Html Css Color HEX #93D5EF Anakiwa

📋 copy color: '#93D5EF'

red 147 ◦ green 213 ◦ blue 239

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

Shades of Anakiwa #93D5EF

Tints of Anakiwa #93D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.56%

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 24.54%
G = 35.56%
B = 39.9%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93D5EF (or 0x93D5EF) is known color: Anakiwa. HEX triplet: 93, D5 and EF. RGB value is (147,213,239). Sum of RGB (Red+Green+Blue) = 147+213+239=599 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.54% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #93D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D5EF is #6C2A10. Grayscale: #C4C4C4. Windows color (decimal): -7088657 or 15717779. OLE color: 15717779.

HSL color Cylindrical-coordinate representation of color #93D5EF: hue angle of 196.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93D5EF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 213 239 -
CMYK 0.38 0.11 0 0.06
HSL 196.96º 0.74% 0.76% -
HSV(B) 196.96º 0.38% 0.94% -
XYZ 51.41 60.02 90.54 -
YUV 196.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 147 213 239 0.38 0.11 0 0.06 196.96 0.74 0.76
Hex 93 D5 EF 26 B 0 6 C5 4A 4C
Octal 223 325 357 46 13 0 6 305 112 114
Binary 10010011 11010101 11101111 100110 1011 0 110 11000101 1001010 1001100

Color Harmonies of #93D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D5EF

Black with #93D5EF

Text Example


Text Example

White with #93D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,213,239); }

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

background-color css

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

 a { background-color: rgb(147,213,239); }

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

border-color css

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

 span { border-color: rgb(147,213,239); }

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