Html Css Color HEX #8FCCDA Regent St Blue

📋 copy color: '#8FCCDA'

red 143 ◦ green 204 ◦ blue 218

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

Shades of Regent St Blue #8FCCDA

Tints of Regent St Blue #8FCCDA

RGB

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

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

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

R = 25.31%
G = 36.11%
B = 38.58%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8FCCDA (or 0x8FCCDA) is known color: Regent St Blue. HEX triplet: 8F, CC and DA. RGB value is (143,204,218). Sum of RGB (Red+Green+Blue) = 143+204+218=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCCDA is #703325. Grayscale: #BBBBBB. Windows color (decimal): -7353126 or 14339215. OLE color: 14339215.

HSL color Cylindrical-coordinate representation of color #8FCCDA: hue angle of 191.2º 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 #8FCCDA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 204 218 -
CMYK 0.34 0.06 0 0.15
HSL 191.2º 0.5% 0.71% -
HSV(B) 191.2º 0.34% 0.85% -
XYZ 45.58 54.09 74.37 -
YUV 187.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 143 204 218 0.34 0.06 0 0.15 191.2 0.5 0.71
Hex 8F CC DA 22 6 0 F BF 32 47
Octal 217 314 332 42 6 0 17 277 62 107
Binary 10001111 11001100 11011010 100010 110 0 1111 10111111 110010 1000111

Color Harmonies of #8FCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCDA

Black with #8FCCDA

Text Example


Text Example

White with #8FCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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