Html Css Color HEX #6BECF8 Baby Blue

📋 copy color: '#6BECF8'

red 107 ◦ green 236 ◦ blue 248

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

Shades of Baby Blue #6BECF8

Tints of Baby Blue #6BECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

 BLUE value IS 248 (97.27% from 255) = 41.96%

R = 18.1%
G = 39.93%
B = 41.96%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6BECF8 (or 0x6BECF8) is known color: Baby Blue. HEX triplet: 6B, EC and F8. RGB value is (107,236,248). Sum of RGB (Red+Green+Blue) = 107+236+248=591 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.10% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #6BECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECF8 is #941307. Grayscale: #C6C6C6. Windows color (decimal): -9704200 or 16313451. OLE color: 16313451.

HSL color Cylindrical-coordinate representation of color #6BECF8: hue angle of 185.11º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BECF8 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 107 236 248 -
CMYK 0.57 0.05 0 0.03
HSL 185.11º 0.91% 0.7% -
HSV(B) 185.11º 0.57% 0.97% -
XYZ 53 69.89 99.5 -
YUV 198.8 155.76 62.52 -
System Red Green Blue C M Y K H S L
Decimal 107 236 248 0.57 0.05 0 0.03 185.11 0.91 0.7
Hex 6B EC F8 39 5 0 3 B9 5B 46
Octal 153 354 370 71 5 0 3 271 133 106
Binary 1101011 11101100 11111000 111001 101 0 11 10111001 1011011 1000110

Color Harmonies of #6BECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECF8

Black with #6BECF8

Text Example


Text Example

White with #6BECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,236,248); }

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

background-color css

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

 a { background-color: rgb(107,236,248); }

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

border-color css

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

 span { border-color: rgb(107,236,248); }

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