Html Css Color HEX #94CCDD Regent St Blue

📋 copy color: '#94CCDD'

red 148 ◦ green 204 ◦ blue 221

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

Shades of Regent St Blue #94CCDD

Tints of Regent St Blue #94CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 25.83%
G = 35.6%
B = 38.57%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94CCDD (or 0x94CCDD) is known color: Regent St Blue. HEX triplet: 94, CC and DD. RGB value is (148,204,221). Sum of RGB (Red+Green+Blue) = 148+204+221=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #94CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CCDD is #6B3322. Grayscale: #BDBDBD. Windows color (decimal): -7025443 or 14535828. OLE color: 14535828.

HSL color Cylindrical-coordinate representation of color #94CCDD: hue angle of 193.97º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94CCDD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 204 221 -
CMYK 0.33 0.08 0 0.13
HSL 193.97º 0.52% 0.72% -
HSV(B) 193.97º 0.33% 0.87% -
XYZ 46.86 54.7 76.5 -
YUV 189.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 148 204 221 0.33 0.08 0 0.13 193.97 0.52 0.72
Hex 94 CC DD 21 8 0 D C2 34 48
Octal 224 314 335 41 10 0 15 302 64 110
Binary 10010100 11001100 11011101 100001 1000 0 1101 11000010 110100 1001000

Color Harmonies of #94CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CCDD

Black with #94CCDD

Text Example


Text Example

White with #94CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,221); }

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

background-color css

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

 a { background-color: rgb(148,204,221); }

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

border-color css

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

 span { border-color: rgb(148,204,221); }

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