Html Css Color HEX #6BFAED Baby Blue

📋 copy color: '#6BFAED'

red 107 ◦ green 250 ◦ blue 237

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

Shades of Baby Blue #6BFAED

Tints of Baby Blue #6BFAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.09%

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 18.01%
G = 42.09%
B = 39.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#6BFAED (or 0x6BFAED) is known color: Baby Blue. HEX triplet: 6B, FA and ED. RGB value is (107,250,237). Sum of RGB (Red+Green+Blue) = 107+250+237=594 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.01% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFAED is #940512. Grayscale: #CDCDCD. Windows color (decimal): -9700627 or 15596139. OLE color: 15596139.

HSL color Cylindrical-coordinate representation of color #6BFAED: hue angle of 174.55º degrees, saturation: 0.93, 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 #6BFAED is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 250 237 -
CMYK 0.57 0 0.05 0.02
HSL 174.55º 0.93% 0.7% -
HSV(B) 174.55º 0.57% 0.98% -
XYZ 55.54 77.61 92.17 -
YUV 205.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 107 250 237 0.57 0 0.05 0.02 174.55 0.93 0.7
Hex 6B FA ED 39 0 5 2 AF 5D 46
Octal 153 372 355 71 0 5 2 257 135 106
Binary 1101011 11111010 11101101 111001 0 101 10 10101111 1011101 1000110

Color Harmonies of #6BFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFAED

Black with #6BFAED

Text Example


Text Example

White with #6BFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,250,237); }

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

background-color css

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

 a { background-color: rgb(107,250,237); }

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

border-color css

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

 span { border-color: rgb(107,250,237); }

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