Html Css Color HEX #8FCBDA Regent St Blue

📋 copy color: '#8FCBDA'

red 143 ◦ green 203 ◦ blue 218

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

Shades of Regent St Blue #8FCBDA

Tints of Regent St Blue #8FCBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 25.35%
G = 35.99%
B = 38.65%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8FCBDA (or 0x8FCBDA) is known color: Regent St Blue. HEX triplet: 8F, CB and DA. RGB value is (143,203,218). Sum of RGB (Red+Green+Blue) = 143+203+218=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBDA is #703425. Grayscale: #BABABA. Windows color (decimal): -7353382 or 14338959. OLE color: 14338959.

HSL color Cylindrical-coordinate representation of color #8FCBDA: hue angle of 192º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCBDA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 203 218 -
CMYK 0.34 0.07 0 0.15
HSL 192º 0.5% 0.71% -
HSV(B) 192º 0.34% 0.85% -
XYZ 45.34 53.61 74.29 -
YUV 186.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 143 203 218 0.34 0.07 0 0.15 192 0.5 0.71
Hex 8F CB DA 22 7 0 F C0 32 47
Octal 217 313 332 42 7 0 17 300 62 107
Binary 10001111 11001011 11011010 100010 111 0 1111 11000000 110010 1000111

Color Harmonies of #8FCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCBDA

Black with #8FCBDA

Text Example


Text Example

White with #8FCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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