Html Css Color HEX #94CBDB Regent St Blue

📋 copy color: '#94CBDB'

red 148 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #94CBDB

Tints of Regent St Blue #94CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 25.96%
G = 35.61%
B = 38.42%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94CBDB (or 0x94CBDB) is known color: Regent St Blue. HEX triplet: 94, CB and DB. RGB value is (148,203,219). Sum of RGB (Red+Green+Blue) = 148+203+219=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #94CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBDB is #6B3424. Grayscale: #BCBCBC. Windows color (decimal): -7025701 or 14404500. OLE color: 14404500.

HSL color Cylindrical-coordinate representation of color #94CBDB: hue angle of 193.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94CBDB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 203 219 -
CMYK 0.32 0.07 0 0.14
HSL 193.52º 0.5% 0.72% -
HSV(B) 193.52º 0.32% 0.86% -
XYZ 46.35 54.12 75.02 -
YUV 188.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 148 203 219 0.32 0.07 0 0.14 193.52 0.5 0.72
Hex 94 CB DB 20 7 0 E C2 32 48
Octal 224 313 333 40 7 0 16 302 62 110
Binary 10010100 11001011 11011011 100000 111 0 1110 11000010 110010 1001000

Color Harmonies of #94CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CBDB

Black with #94CBDB

Text Example


Text Example

White with #94CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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