Html Css Color HEX #6BFBF9 Baby Blue

📋 copy color: '#6BFBF9'

red 107 ◦ green 251 ◦ blue 249

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

Shades of Baby Blue #6BFBF9

Tints of Baby Blue #6BFBF9

RGB

 RED value IS 107 (42.19% from 255) = 17.63%

 GREEN value IS 251 (98.44% from 255) = 41.35%

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 17.63%
G = 41.35%
B = 41.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#6BFBF9 (or 0x6BFBF9) is known color: Baby Blue. HEX triplet: 6B, FB and F9. RGB value is (107,251,249). Sum of RGB (Red+Green+Blue) = 107+251+249=607 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.63% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBF9 is #940406. Grayscale: #CFCFCF. Windows color (decimal): -9700359 or 16382827. OLE color: 16382827.

HSL color Cylindrical-coordinate representation of color #6BFBF9: hue angle of 179.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBF9 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 251 249 -
CMYK 0.57 0 0.01 0.02
HSL 179.17º 0.95% 0.7% -
HSV(B) 179.17º 0.57% 0.98% -
XYZ 57.66 78.96 101.82 -
YUV 207.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 107 251 249 0.57 0 0.01 0.02 179.17 0.95 0.7
Hex 6B FB F9 39 0 1 2 B3 5F 46
Octal 153 373 371 71 0 1 2 263 137 106
Binary 1101011 11111011 11111001 111001 0 1 10 10110011 1011111 1000110

Color Harmonies of #6BFBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBF9

Black with #6BFBF9

Text Example


Text Example

White with #6BFBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BFBF9; }

 p { color: rgb(107,251,249); }

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

background-color css

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

 a { background-color: rgb(107,251,249); }

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

border-color css

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

 span { border-color: rgb(107,251,249); }

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