Html Css Color HEX #6BFBFF Baby Blue

📋 copy color: '#6BFBFF'

red 107 ◦ green 251 ◦ blue 255

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

Shades of Baby Blue #6BFBFF

Tints of Baby Blue #6BFBFF

RGB

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

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

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

R = 17.46%
G = 40.95%
B = 41.6%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6BFBFF (or 0x6BFBFF) is known color: Baby Blue. HEX triplet: 6B, FB and FF. RGB value is (107,251,255). Sum of RGB (Red+Green+Blue) = 107+251+255=613 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.46% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBFF is #940400. Grayscale: #D0D0D0. Windows color (decimal): -9700353 or 16776043. OLE color: 16776043.

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

Color convert

RGB 107 251 255 -
CMYK 0.58 0.02 0 0
HSL 181.62º 1% 0.71% -
HSV(B) 181.62º 0.58% 1% -
XYZ 58.61 79.34 106.83 -
YUV 208.4 154.29 55.67 -
System Red Green Blue C M Y K H S L
Decimal 107 251 255 0.58 0.02 0 0 181.62 1 0.71
Hex 6B FB FF 3A 2 0 0 B6 64 47
Octal 153 373 377 72 2 0 0 266 144 107
Binary 1101011 11111011 11111111 111010 10 0 0 10110110 1100100 1000111

Color Harmonies of #6BFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBFF

Black with #6BFBFF

Text Example


Text Example

White with #6BFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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