Html Css Color HEX #93DCEF Anakiwa

📋 copy color: '#93DCEF'

red 147 ◦ green 220 ◦ blue 239

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

Shades of Anakiwa #93DCEF

Tints of Anakiwa #93DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

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

R = 24.26%
G = 36.3%
B = 39.44%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93DCEF (or 0x93DCEF) is known color: Anakiwa. HEX triplet: 93, DC and EF. RGB value is (147,220,239). Sum of RGB (Red+Green+Blue) = 147+220+239=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #93DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DCEF is #6C2310. Grayscale: #C8C8C8. Windows color (decimal): -7086865 or 15719571. OLE color: 15719571.

HSL color Cylindrical-coordinate representation of color #93DCEF: hue angle of 192.39º 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 #93DCEF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 220 239 -
CMYK 0.38 0.08 0 0.06
HSL 192.39º 0.74% 0.76% -
HSV(B) 192.39º 0.38% 0.94% -
XYZ 53.21 63.62 91.14 -
YUV 200.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 147 220 239 0.38 0.08 0 0.06 192.39 0.74 0.76
Hex 93 DC EF 26 8 0 6 C0 4A 4C
Octal 223 334 357 46 10 0 6 300 112 114
Binary 10010011 11011100 11101111 100110 1000 0 110 11000000 1001010 1001100

Color Harmonies of #93DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCEF

Black with #93DCEF

Text Example


Text Example

White with #93DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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