Html Css Color HEX #B7FAFF Pale Turquoise

📋 copy color: '#B7FAFF'

red 183 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #B7FAFF

Tints of Pale Turquoise #B7FAFF

RGB

 RED value IS 183 (71.88% from 255) = 26.6%

 GREEN value IS 250 (98.05% from 255) = 36.34%

 BLUE value IS 255 (100% from 255) = 37.06%

R = 26.6%
G = 36.34%
B = 37.06%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7FAFF (or 0xB7FAFF) is known color: Pale Turquoise. HEX triplet: B7, FA and FF. RGB value is (183,250,255). Sum of RGB (Red+Green+Blue) = 183+250+255=688 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.60% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAFF is #480500. Grayscale: #E6E6E6. Windows color (decimal): -4719873 or 16775863. OLE color: 16775863.

HSL color Cylindrical-coordinate representation of color #B7FAFF: hue angle of 184.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FAFF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 250 255 -
CMYK 0.28 0.02 0 0
HSL 184.17º 1% 0.86% -
HSV(B) 184.17º 0.28% 1% -
XYZ 71.76 85.66 107.36 -
YUV 230.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 183 250 255 0.28 0.02 0 0 184.17 1 0.86
Hex B7 FA FF 1C 2 0 0 B8 64 56
Octal 267 372 377 34 2 0 0 270 144 126
Binary 10110111 11111010 11111111 11100 10 0 0 10111000 1100100 1010110

Color Harmonies of #B7FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7FAFF

Black with #B7FAFF

Text Example


Text Example

White with #B7FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7FAFF; }

 p { color: rgb(183,250,255); }

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

background-color css

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

 a { background-color: rgb(183,250,255); }

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

border-color css

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

 span { border-color: rgb(183,250,255); }

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