Html Css Color HEX #B9F6FF Pale Turquoise

📋 copy color: '#B9F6FF'

red 185 ◦ green 246 ◦ blue 255

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

Shades of Pale Turquoise #B9F6FF

Tints of Pale Turquoise #B9F6FF

RGB

 RED value IS 185 (72.66% from 255) = 26.97%

 GREEN value IS 246 (96.48% from 255) = 35.86%

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

R = 26.97%
G = 35.86%
B = 37.17%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9F6FF (or 0xB9F6FF) is known color: Pale Turquoise. HEX triplet: B9, F6 and FF. RGB value is (185,246,255). Sum of RGB (Red+Green+Blue) = 185+246+255=686 (90% of max value = 765). Red value is 185 (72.66% from 255 or 26.97% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9F6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F6FF is #460900. Grayscale: #E4E4E4. Windows color (decimal): -4589825 or 16774841. OLE color: 16774841.

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

Color convert

RGB 185 246 255 -
CMYK 0.27 0.04 0 0
HSL 187.71º 1% 0.86% -
HSV(B) 187.71º 0.27% 1% -
XYZ 71.01 83.45 106.97 -
YUV 228.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 185 246 255 0.27 0.04 0 0 187.71 1 0.86
Hex B9 F6 FF 1B 4 0 0 BC 64 56
Octal 271 366 377 33 4 0 0 274 144 126
Binary 10111001 11110110 11111111 11011 100 0 0 10111100 1100100 1010110

Color Harmonies of #B9F6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F6FF

Black with #B9F6FF

Text Example


Text Example

White with #B9F6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F6FF; }

 p { color: rgb(185,246,255); }

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

background-color css

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

 a { background-color: rgb(185,246,255); }

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

border-color css

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

 span { border-color: rgb(185,246,255); }

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