Html Css Color HEX #8FCBDB Regent St Blue

📋 copy color: '#8FCBDB'

red 143 ◦ green 203 ◦ blue 219

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

Shades of Regent St Blue #8FCBDB

Tints of Regent St Blue #8FCBDB

RGB

 RED value IS 143 (56.25% from 255) = 25.31%

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

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

R = 25.31%
G = 35.93%
B = 38.76%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FCBDB (or 0x8FCBDB) is known color: Regent St Blue. HEX triplet: 8F, CB and DB. RGB value is (143,203,219). Sum of RGB (Red+Green+Blue) = 143+203+219=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBDB is #703424. Grayscale: #BABABA. Windows color (decimal): -7353381 or 14404495. OLE color: 14404495.

HSL color Cylindrical-coordinate representation of color #8FCBDB: hue angle of 192.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCBDB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 203 219 -
CMYK 0.35 0.07 0 0.14
HSL 192.63º 0.51% 0.71% -
HSV(B) 192.63º 0.35% 0.86% -
XYZ 45.47 53.67 74.98 -
YUV 186.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 143 203 219 0.35 0.07 0 0.14 192.63 0.51 0.71
Hex 8F CB DB 23 7 0 E C1 33 47
Octal 217 313 333 43 7 0 16 301 63 107
Binary 10001111 11001011 11011011 100011 111 0 1110 11000001 110011 1000111

Color Harmonies of #8FCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCBDB

Black with #8FCBDB

Text Example


Text Example

White with #8FCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FCBDB; }

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

 H1.HeaderClassName
 {
   color: #8FCBDB;
 }
 .AnyTagClassName
 {
   color: #8FCBDB;
 }
</style>

background-color css

<style>
 a { background-color: #8FCBDB; }

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

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

border-color css

<style>
 span { border-color: #8FCBDB; }

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

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