Html Css Color HEX #B8EDF3 Pale Turquoise

📋 copy color: '#B8EDF3'

red 184 ◦ green 237 ◦ blue 243

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

Shades of Pale Turquoise #B8EDF3

Tints of Pale Turquoise #B8EDF3

RGB

 RED value IS 184 (72.27% from 255) = 27.71%

 GREEN value IS 237 (92.97% from 255) = 35.69%

 BLUE value IS 243 (95.31% from 255) = 36.6%

R = 27.71%
G = 35.69%
B = 36.6%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8EDF3 (or 0xB8EDF3) is known color: Pale Turquoise. HEX triplet: B8, ED and F3. RGB value is (184,237,243). Sum of RGB (Red+Green+Blue) = 184+237+243=664 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.71% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8EDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDF3 is #47120C. Grayscale: #DDDDDD. Windows color (decimal): -4657677 or 15986104. OLE color: 15986104.

HSL color Cylindrical-coordinate representation of color #B8EDF3: hue angle of 186.1º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8EDF3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 237 243 -
CMYK 0.24 0.02 0 0.05
HSL 186.1º 0.71% 0.84% -
HSV(B) 186.1º 0.24% 0.95% -
XYZ 66.23 77.23 96.21 -
YUV 221.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 184 237 243 0.24 0.02 0 0.05 186.1 0.71 0.84
Hex B8 ED F3 18 2 0 5 BA 47 54
Octal 270 355 363 30 2 0 5 272 107 124
Binary 10111000 11101101 11110011 11000 10 0 101 10111010 1000111 1010100

Color Harmonies of #B8EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDF3

Black with #B8EDF3

Text Example


Text Example

White with #B8EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDF3; }

 p { color: rgb(184,237,243); }

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

background-color css

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

 a { background-color: rgb(184,237,243); }

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

border-color css

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

 span { border-color: rgb(184,237,243); }

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