Html Css Color HEX #93DBED Anakiwa

📋 copy color: '#93DBED'

red 147 ◦ green 219 ◦ blue 237

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

Shades of Anakiwa #93DBED

Tints of Anakiwa #93DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 237 (92.97% from 255) = 39.3%

R = 24.38%
G = 36.32%
B = 39.3%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93DBED (or 0x93DBED) is known color: Anakiwa. HEX triplet: 93, DB and ED. RGB value is (147,219,237). Sum of RGB (Red+Green+Blue) = 147+219+237=603 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.38% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #93DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBED is #6C2412. Grayscale: #C7C7C7. Windows color (decimal): -7087123 or 15588243. OLE color: 15588243.

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

Color convert

RGB 147 219 237 -
CMYK 0.38 0.08 0 0.07
HSL 192º 0.71% 0.75% -
HSV(B) 192º 0.38% 0.93% -
XYZ 52.65 62.98 89.5 -
YUV 199.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 147 219 237 0.38 0.08 0 0.07 192 0.71 0.75
Hex 93 DB ED 26 8 0 7 C0 47 4B
Octal 223 333 355 46 10 0 7 300 107 113
Binary 10010011 11011011 11101101 100110 1000 0 111 11000000 1000111 1001011

Color Harmonies of #93DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBED

Black with #93DBED

Text Example


Text Example

White with #93DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,219,237); }

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

background-color css

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

 a { background-color: rgb(147,219,237); }

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

border-color css

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

 span { border-color: rgb(147,219,237); }

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