Html Css Color HEX #93D4E9 Anakiwa

📋 copy color: '#93D4E9'

red 147 ◦ green 212 ◦ blue 233

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

Shades of Anakiwa #93D4E9

Tints of Anakiwa #93D4E9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.81%

 BLUE value IS 233 (91.41% from 255) = 39.36%

R = 24.83%
G = 35.81%
B = 39.36%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#93D4E9 (or 0x93D4E9) is known color: Anakiwa. HEX triplet: 93, D4 and E9. RGB value is (147,212,233). Sum of RGB (Red+Green+Blue) = 147+212+233=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #93D4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D4E9 is #6C2B16. Grayscale: #C2C2C2. Windows color (decimal): -7088919 or 15324307. OLE color: 15324307.

HSL color Cylindrical-coordinate representation of color #93D4E9: hue angle of 194.65º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D4E9 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 212 233 -
CMYK 0.37 0.09 0 0.09
HSL 194.65º 0.66% 0.75% -
HSV(B) 194.65º 0.37% 0.91% -
XYZ 50.28 59.17 85.86 -
YUV 194.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 147 212 233 0.37 0.09 0 0.09 194.65 0.66 0.75
Hex 93 D4 E9 25 9 0 9 C3 42 4B
Octal 223 324 351 45 11 0 11 303 102 113
Binary 10010011 11010100 11101001 100101 1001 0 1001 11000011 1000010 1001011

Color Harmonies of #93D4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D4E9

Black with #93D4E9

Text Example


Text Example

White with #93D4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,212,233); }

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

background-color css

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

 a { background-color: rgb(147,212,233); }

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

border-color css

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

 span { border-color: rgb(147,212,233); }

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