Html Css Color HEX #93D6E4 Anakiwa

📋 copy color: '#93D6E4'

red 147 ◦ green 214 ◦ blue 228

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

Shades of Anakiwa #93D6E4

Tints of Anakiwa #93D6E4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.33%

 BLUE value IS 228 (89.45% from 255) = 38.71%

R = 24.96%
G = 36.33%
B = 38.71%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#93D6E4 (or 0x93D6E4) is known color: Anakiwa. HEX triplet: 93, D6 and E4. RGB value is (147,214,228). Sum of RGB (Red+Green+Blue) = 147+214+228=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #93D6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D6E4 is #6C291B. Grayscale: #C3C3C3. Windows color (decimal): -7088412 or 14997139. OLE color: 14997139.

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

Color convert

RGB 147 214 228 -
CMYK 0.36 0.06 0 0.11
HSL 190.37º 0.6% 0.74% -
HSV(B) 190.37º 0.36% 0.89% -
XYZ 50.08 59.9 82.32 -
YUV 195.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 147 214 228 0.36 0.06 0 0.11 190.37 0.6 0.74
Hex 93 D6 E4 24 6 0 B BE 3C 4A
Octal 223 326 344 44 6 0 13 276 74 112
Binary 10010011 11010110 11100100 100100 110 0 1011 10111110 111100 1001010

Color Harmonies of #93D6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D6E4

Black with #93D6E4

Text Example


Text Example

White with #93D6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,214,228); }

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

background-color css

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

 a { background-color: rgb(147,214,228); }

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

border-color css

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

 span { border-color: rgb(147,214,228); }

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