Html Css Color HEX #93DAEA Anakiwa

📋 copy color: '#93DAEA'

red 147 ◦ green 218 ◦ blue 234

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

Shades of Anakiwa #93DAEA

Tints of Anakiwa #93DAEA

RGB

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

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

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

R = 24.54%
G = 36.39%
B = 39.07%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93DAEA (or 0x93DAEA) is known color: Anakiwa. HEX triplet: 93, DA and EA. RGB value is (147,218,234). Sum of RGB (Red+Green+Blue) = 147+218+234=599 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.54% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #93DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DAEA is #6C2515. Grayscale: #C6C6C6. Windows color (decimal): -7087382 or 15391379. OLE color: 15391379.

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

Color convert

RGB 147 218 234 -
CMYK 0.37 0.07 0 0.08
HSL 191.03º 0.67% 0.75% -
HSV(B) 191.03º 0.37% 0.92% -
XYZ 51.96 62.29 87.13 -
YUV 198.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 147 218 234 0.37 0.07 0 0.08 191.03 0.67 0.75
Hex 93 DA EA 25 7 0 8 BF 43 4B
Octal 223 332 352 45 7 0 10 277 103 113
Binary 10010011 11011010 11101010 100101 111 0 1000 10111111 1000011 1001011

Color Harmonies of #93DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DAEA

Black with #93DAEA

Text Example


Text Example

White with #93DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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