Html Css Color HEX #94DBEE Anakiwa

📋 copy color: '#94DBEE'

red 148 ◦ green 219 ◦ blue 238

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

Shades of Anakiwa #94DBEE

Tints of Anakiwa #94DBEE

RGB

 RED value IS 148 (58.2% from 255) = 24.46%

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 24.46%
G = 36.2%
B = 39.34%

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

#94DBEE (or 0x94DBEE) is known color: Anakiwa. HEX triplet: 94, DB and EE. RGB value is (148,219,238). Sum of RGB (Red+Green+Blue) = 148+219+238=605 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.46% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #94DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBEE is #6B2411. Grayscale: #C7C7C7. Windows color (decimal): -7021586 or 15653780. OLE color: 15653780.

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

Color convert

RGB 148 219 238 -
CMYK 0.38 0.08 0 0.07
HSL 192.67º 0.73% 0.76% -
HSV(B) 192.67º 0.38% 0.93% -
XYZ 52.98 63.13 90.28 -
YUV 199.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 148 219 238 0.38 0.08 0 0.07 192.67 0.73 0.76
Hex 94 DB EE 26 8 0 7 C1 49 4C
Octal 224 333 356 46 10 0 7 301 111 114
Binary 10010100 11011011 11101110 100110 1000 0 111 11000001 1001001 1001100

Color Harmonies of #94DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DBEE

Black with #94DBEE

Text Example


Text Example

White with #94DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DBEE; }

 p { color: rgb(148,219,238); }

 H1.HeaderClassName
 {
   color: #94DBEE;
 }
 .AnyTagClassName
 {
   color: #94DBEE;
 }
</style>

background-color css

<style>
 a { background-color: #94DBEE; }

 a { background-color: rgb(148,219,238); }

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

border-color css

<style>
 span { border-color: #94DBEE; }

 span { border-color: rgb(148,219,238); }

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