Html Css Color HEX #6BF7FE Baby Blue

📋 copy color: '#6BF7FE'

red 107 ◦ green 247 ◦ blue 254

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

Shades of Baby Blue #6BF7FE

Tints of Baby Blue #6BF7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.63%

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 17.6%
G = 40.63%
B = 41.78%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6BF7FE (or 0x6BF7FE) is known color: Baby Blue. HEX triplet: 6B, F7 and FE. RGB value is (107,247,254). Sum of RGB (Red+Green+Blue) = 107+247+254=608 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.60% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BF7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF7FE is #940801. Grayscale: #CDCDCD. Windows color (decimal): -9701378 or 16709483. OLE color: 16709483.

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

Color convert

RGB 107 247 254 -
CMYK 0.58 0.03 0 0.00
HSL 182.86º 0.99% 0.71% -
HSV(B) 182.86º 0.58% 1% -
XYZ 57.21 76.8 105.57 -
YUV 205.94 155.12 57.43 -
System Red Green Blue C M Y K H S L
Decimal 107 247 254 0.58 0.03 0 0.00 182.86 0.99 0.71
Hex 6B F7 FE 3A 3 0 0 B7 63 47
Octal 153 367 376 72 3 0 0 267 143 107
Binary 1101011 11110111 11111110 111010 11 0 0 10110111 1100011 1000111

Color Harmonies of #6BF7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF7FE

Black with #6BF7FE

Text Example


Text Example

White with #6BF7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,247,254); }

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

background-color css

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

 a { background-color: rgb(107,247,254); }

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

border-color css

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

 span { border-color: rgb(107,247,254); }

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