Html Css Color HEX #93D1E7 Anakiwa

📋 copy color: '#93D1E7'

red 147 ◦ green 209 ◦ blue 231

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

Shades of Anakiwa #93D1E7

Tints of Anakiwa #93D1E7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.6%

 BLUE value IS 231 (90.63% from 255) = 39.35%

R = 25.04%
G = 35.6%
B = 39.35%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#93D1E7 (or 0x93D1E7) is known color: Anakiwa. HEX triplet: 93, D1 and E7. RGB value is (147,209,231). Sum of RGB (Red+Green+Blue) = 147+209+231=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #93D1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D1E7 is #6C2E18. Grayscale: #C0C0C0. Windows color (decimal): -7089689 or 15192467. OLE color: 15192467.

HSL color Cylindrical-coordinate representation of color #93D1E7: hue angle of 195.71º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93D1E7 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 209 231 -
CMYK 0.36 0.10 0 0.09
HSL 195.71º 0.64% 0.74% -
HSV(B) 195.71º 0.36% 0.91% -
XYZ 49.26 57.57 84.12 -
YUV 192.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 147 209 231 0.36 0.10 0 0.09 195.71 0.64 0.74
Hex 93 D1 E7 24 A 0 9 C4 40 4A
Octal 223 321 347 44 12 0 11 304 100 112
Binary 10010011 11010001 11100111 100100 1010 0 1001 11000100 1000000 1001010

Color Harmonies of #93D1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D1E7

Black with #93D1E7

Text Example


Text Example

White with #93D1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,209,231); }

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

background-color css

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

 a { background-color: rgb(147,209,231); }

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

border-color css

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

 span { border-color: rgb(147,209,231); }

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